Skip to content

Commit

Permalink
chore: release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
justlorain committed Sep 3, 2023
1 parent 908ca9c commit 2aefd72
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.2.1"
Version = "v0.3.0"
)
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.2.1", Version)
assert.Equal(t, "v0.3.0", Version)
}

0 comments on commit 2aefd72

Please sign in to comment.