Skip to content

Commit

Permalink
Fixed tobychui#393
Browse files Browse the repository at this point in the history
Updated version code manually
  • Loading branch information
tobychui committed Nov 14, 2024
1 parent df88084 commit 6515eb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ var enableAutoUpdate = flag.Bool("cfgupgrade", true, "Enable auto config upgrade

var (
name = "Zoraxy"
version = "3.1.2"
version = "3.1.3"
nodeUUID = "generic" //System uuid, in uuidv4 format
development = false //Set this to false to use embedded web fs
bootTime = time.Now().Unix()
Expand Down

0 comments on commit 6515eb9

Please sign in to comment.