Commit 8eac348d authored by packer-ci's avatar packer-ci
Browse files

Putting source back into Dev Mode

parent 6e6aa3f8
Showing with 4 additions and 2 deletions
+4 -2
## 1.7.7 (Upcoming)
## 1.7.6 (September 28, 2021)
### BUG FIXES:
......
......@@ -9,12 +9,12 @@ import (
var GitCommit string
// The main version number that is being run at the moment.
const Version = "1.7.6"
const Version = "1.7.7"
// A pre-release marker for the version. If this is "" (empty string)
// then it means that it is a final release. Otherwise, this is a pre-release
// such as "dev" (in development), "beta", "rc1", etc.
const VersionPrerelease = ""
const VersionPrerelease = "dev"
var PackerVersion *pluginVersion.PluginVersion
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment