diff --git a/engine/engine.go b/engine/engine.go index 992a83bc4..49039c9fb 100644 --- a/engine/engine.go +++ b/engine/engine.go @@ -8,7 +8,7 @@ import ( "runtime" ) -const VERSION = "mumax3.3" +const VERSION = "mumax3.3.1" var UNAME = VERSION + " " + runtime.GOOS + "_" + runtime.GOARCH + " " + runtime.Version() + " (" + runtime.Compiler + ")"