diff --git a/config/version.go b/config/version.go index 4f7d354..0553142 100644 --- a/config/version.go +++ b/config/version.go @@ -9,5 +9,5 @@ package config const ( APP_NAME = "arc" - APP_VERSION = "1.3.4" + APP_VERSION = "1.3.5" ) diff --git a/webui/compiled.go b/webui/compiled.go index 85ca16b..66f51b8 100644 --- a/webui/compiled.go +++ b/webui/compiled.go @@ -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\x27\xc5\x41\x4a\x87\x82\x56\x30\xe0\x1e\xe2\xab\x06\xd3\xbc\x92\x3e\x2c\x7e\x7b\xa9\x4b\xe7\xfb\xdd\x9d\xad\x14\x2a\x1c\x4b\xc0\x1f\x6a\x1e\x3f\x89\x7a\x01\xf7\x70\x71\xe0\x4c\xd0\xf4\x8e\x69\xe2\xf0\x22\xd1\x38\xfb\xf2\xf0\x25\x0a\xa5\x14\xcd\x52\x5b\x43\x78\xc1\x58\x58\x38\x0f\x3e\x26\xdc\x59\x10\x78\x58\xcc\x53\x64\x9c\x76\xd6\xce\xf3\x6c\x56\x6f\x32\x89\x55\xf8\x9d\x3b\x22\x9c\xda\xba\xe9\x5c\xb3\xac\x5a\x15\x38\x4f\x82\x5b\x73\x75\xed\xa5\xc3\x01\xfa\xdf\x6c\xcc\x56\xef\xd5\x37\x00\x00\xff\xff\x08\xfe\xab\xf4\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\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") func webui_js_version_js() ([]byte, error) { return bindata_read( diff --git a/webui/js/version.js b/webui/js/version.js index ffe2ff2..4aa50f5 100644 --- a/webui/js/version.js +++ b/webui/js/version.js @@ -5,4 +5,4 @@ * * See LICENSE. */ -const VERSION = '1.3.4'; +const VERSION = '1.3.5';