We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6d0b31e + 4990951 commit 8c2e67eCopy full SHA for 8c2e67e
cli/app/version.go
@@ -22,7 +22,7 @@ var optVersion = &cli.OptionInfo{
22
}
23
24
//Version is Mashling Version
25
-var Version = "0.3.0"
+var Version = "0.3.2"
26
27
//MashlingMasterGitRev is mashling git tag
28
var MashlingMasterGitRev = "not set"
@@ -31,7 +31,7 @@ var MashlingMasterGitRev = "not set"
31
var MashlingLocalGitRev = "not set"
32
33
//FlogoGitRev is flogo-lib git tag
34
-var FlogoGitRev = "not set"
+var FlogoGitRev = "f3988b95d914f98704fbeb9bb1c845ea21153b56"
35
36
//SchemaVersion is mashling schema version
37
var supportedSchemaVersions = GetAllSupportedSchemas()
0 commit comments