releasing v1.3.6

This commit is contained in:
Simone Margaritelli
2021-01-09 22:36:03 +01:00
parent 241b0bb6e8
commit 18ea89657f
3 changed files with 3 additions and 3 deletions

View File

@@ -9,5 +9,5 @@ package config
const (
APP_NAME = "arc"
APP_VERSION = "1.3.5"
APP_VERSION = "1.3.6"
)

View File

@@ -5173,7 +5173,7 @@ func webui_js_record_js() ([]byte, error) {
)
}
var _webui_js_version_js = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\xcd\x31\xeb\xc2\x30\x14\x04\xf0\x3d\x9f\xe2\xb6\x40\xe1\x9f\xf0\x47\x5c\x14\x07\x29\x1d\x0a\x5a\xc1\x80\x7b\x88\xaf\x1a\x4c\xf3\x4a\xfa\xb0\xf8\xed\xa5\x2e\x9d\xef\x77\x77\xb6\x52\xa8\x70\x2c\x01\x7f\xa8\x79\xfc\x24\xea\x05\xdc\xc3\xc5\x81\x33\x41\xd3\x3b\xa6\x89\xc3\x8b\x44\xe3\xec\xcb\xc3\x97\x28\x94\x52\x34\x4b\x6d\x0d\xe1\x05\x63\x61\xe1\x3c\xf8\x98\x70\x67\x41\xe0\x61\x31\x4f\x91\x71\xda\x59\x3b\xcf\xb3\x59\xbd\xc9\x24\x56\xe1\x77\xee\x88\x70\x6a\xeb\xa6\x73\xcd\xb2\x6a\x55\xe0\x3c\x09\x6e\xcd\xd5\xb5\x97\x0e\x07\xe8\x7f\xb3\x31\x5b\xbd\x57\xdf\x00\x00\x00\xff\xff\x6d\x99\x17\x4c\xad\x00\x00\x00")
var _webui_js_version_js = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\xcd\x31\xeb\xc2\x30\x14\x04\xf0\x3d\x9f\xe2\xb6\x40\xe1\x9f\xf0\x47\x70\x50\x1c\xa4\x74\x28\x68\x05\x03\xee\x21\xbe\x6a\x30\xcd\x2b\xe9\xc3\xe2\xb7\x97\xba\x74\xbe\xdf\xdd\xd9\x4a\xa1\xc2\xb1\x04\xfc\xa1\xe6\xf1\x93\xa8\x17\x70\x0f\x17\x07\xce\x04\x4d\xef\x98\x26\x0e\x2f\x12\x8d\xb3\x2f\x0f\x5f\xa2\x50\x4a\xd1\x2c\xb5\x35\x84\x17\x8c\x85\x85\xf3\xe0\x63\xc2\x9d\x05\x81\x87\xc5\x3c\x45\xc6\x69\x67\xed\x3c\xcf\x66\xf5\x26\x93\x58\x85\xdf\xb9\x23\xc2\xa9\xad\x9b\xce\x35\xcb\xaa\x55\x81\xf3\x24\xb8\x35\x57\xd7\x5e\x3a\x1c\xa0\xff\xcd\xc6\x6c\xf5\x5e\x7d\x03\x00\x00\xff\xff\x83\x36\xa2\x5e\xad\x00\x00\x00")
func webui_js_version_js() ([]byte, error) {
return bindata_read(

View File

@@ -5,4 +5,4 @@
*
* See LICENSE.
*/
const VERSION = '1.3.5';
const VERSION = '1.3.6';