diff --git a/engine/engine.go b/engine/engine.go index cf439aca2..33edd77c6 100644 --- a/engine/engine.go +++ b/engine/engine.go @@ -7,7 +7,7 @@ import ( "time" ) -const VERSION = "mumax 3.8 beta" +const VERSION = "mumax 3.8 final" var UNAME = VERSION + " " + runtime.GOOS + "_" + runtime.GOARCH + " " + runtime.Version() + " (" + runtime.Compiler + ")"