Skip to content

Commit

Permalink
0.4.0
Browse files Browse the repository at this point in the history
fix version
  • Loading branch information
aaharu committed Jan 22, 2017
1 parent 1a8a697 commit 6001ae1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ package version
import "fmt"

// Version of schemarshal
const Version = "0.3.0"
const Version = "0.4.0"

// String return `<name> <version>`
func String() string {
Expand Down
2 changes: 1 addition & 1 deletion version/version_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import "testing"

func TestString(t *testing.T) {
actual := String()
expected := "schemarshal 0.3.0"
expected := "schemarshal 0.4.0"
if actual != expected {
t.Errorf("got %v\nwant %v", actual, expected)
}
Expand Down

0 comments on commit 6001ae1

Please sign in to comment.