Skip to content

Commit

Permalink
chore: release v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
justlorain committed Sep 3, 2023
1 parent 29c4160 commit 3b15cdf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ package violin
// BINARY-VIOLIN
const (
Name = "VIOLIN"
Version = "v0.3.0"
Version = "v0.3.1"
)
2 changes: 1 addition & 1 deletion version_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ import (

func TestVersion(t *testing.T) {
assert.Equal(t, "VIOLIN", Name)
assert.Equal(t, "v0.3.0", Version)
assert.Equal(t, "v0.3.1", Version)
}

0 comments on commit 3b15cdf

Please sign in to comment.