Skip to content

Commit 83f3ef2

Browse files
committed
releasing v1.3.4
1 parent a3e86e1 commit 83f3ef2

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

config/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ package config
99

1010
const (
1111
APP_NAME = "arc"
12-
APP_VERSION = "1.3.3"
12+
APP_VERSION = "1.3.4"
1313
)

webui/compiled.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5173,7 +5173,7 @@ func webui_js_record_js() ([]byte, error) {
51735173
)
51745174
}
51755175

5176-
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\xa7\x9b\xe2\x20\xa5\x43\x41\x2b\x18\x70\x0f\xf1\x55\x83\x69\x5e\x49\x1f\x16\xbf\xbd\xd4\xa5\xf3\xfd\xee\xce\x56\x0a\x15\x8e\x25\xe0\x0f\x0d\x4f\x9f\x44\x83\x80\x07\xb8\x38\x72\x26\x68\x7a\xc7\x34\x73\x78\x91\x68\x9c\x7d\x79\xf8\x12\x85\x52\x8a\x66\xad\x6d\x21\xbc\x60\x2a\x2c\x9c\x47\x1f\x13\xee\x2c\x08\x3c\xae\xe6\x29\x32\xcd\x3b\x6b\x97\x65\x31\x9b\x37\x99\xc4\x2a\xfc\xce\x1d\x11\x4e\x5d\xd3\xf6\xae\x5d\x57\xad\x0a\x9c\x67\xc1\xad\xbd\xba\xee\xd2\xe3\x00\xfd\x6f\x6a\x53\xeb\xbd\xfa\x06\x00\x00\xff\xff\xb1\xc6\x7c\x69\xad\x00\x00\x00")
5176+
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")
51775177

51785178
func webui_js_version_js() ([]byte, error) {
51795179
return bindata_read(

webui/js/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
*
66
* See LICENSE.
77
*/
8-
const VERSION = '1.3.3';
8+
const VERSION = '1.3.4';

0 commit comments

Comments
 (0)