Skip to content

Commit

Permalink
(v1.0.3) Automated packaging of release by CapsuleCD
Browse files Browse the repository at this point in the history
  • Loading branch information
CapsuleCD committed Apr 20, 2018
1 parent a22d66c commit 2a493fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pkg/config/config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,6 @@ func TestConfiguration_ReadConfig_OverrideDefaultConfigTemplate(t *testing.T) {

//assert
require.NoError(t, err, "should allow overriding default config template.")
require.Equal(t,"{{.environment}}-{{.username}}", configTmpl.FilePath)
require.Equal(t, "{{.environment}}-{{.username}}", configTmpl.FilePath)

}
}
2 changes: 1 addition & 1 deletion pkg/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ package version

// VERSION is the app-global version string, which will be replaced with a
// new value during packaging
const VERSION = "1.0.2"
const VERSION = "1.0.3"

0 comments on commit 2a493fa

Please sign in to comment.