Selaa lähdekoodia

Bump internal_version to 3.0.1

Update internal build version from 3.0.0 to 3.0.1 in src/flags.go to reflect a minor release increment.
Toby Chui 4 päivää sitten
vanhempi
commit
2fa6246d68
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      src/flags.go

+ 1 - 1
src/flags.go

@@ -33,7 +33,7 @@ var subserviceBasePort = 12810            //Next subservice port
 
 // =========== SYSTEM BUILD INFORMATION ==============
 var build_version = "development"                      //System build flag, this can be either {development / production / stable}
-var internal_version = "3.0.0"                         //Internal build version, [fork_id].[major_release_no].[minor_release_no]
+var internal_version = "3.0.1"                         //Internal build version, [fork_id].[major_release_no].[minor_release_no]
 var deviceUUID string                                  //The device uuid of this host
 var deviceVendor = "IMUSLAB.INC"                       //Vendor of the system
 var deviceVendorURL = "http://imuslab.com"             //Vendor contact information