Fix setting a version

This commit is contained in:
Leonid Bugaev
2022-01-16 20:49:40 +03:00
parent b335f27956
commit 5532132e2a
+1 -1
View File
@@ -1,4 +1,4 @@
package main
// VERSION the current version of goreplay
const VERSION = "1.3.0"
var VERSION = "1.3.0"