Skip to content

Commit

Permalink
Updated for release energi3 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
andvgal committed Mar 11, 2020
1 parent c4b17f8 commit 613e8ec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion futoin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "energi3",
"version": "3.0.1",
"version": "3.0.2",
"vcs": "git",
"plugins": {
"release": "futoin.cid.misc.releasetool"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "energi3",
"version": "3.0.1",
"version": "3.0.2",
"author": "Andrey Galkin <andrey@futoin.org>",
"license": "GPL-3.0+",
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion params/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (
const (
VersionMajor = 3 // Major version component of the current release
VersionMinor = 0 // Minor version component of the current release
VersionPatch = 1 // Patch version component of the current release
VersionPatch = 2 // Patch version component of the current release
VersionMeta = "stable" // Version metadata to append to the version string
)

Expand Down

0 comments on commit 613e8ec

Please sign in to comment.