Skip to content

Commit cce6b7c

Browse files
Merge pull request #85 from blockfrost/chore/v030
chore: version 0.3.0
2 parents c483e4a + 52a87cc commit cce6b7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal/version/version.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ import (
1010

1111
const (
1212
Major = 0
13-
Minor = 2
14-
Patch = 2
13+
Minor = 3
14+
Patch = 0
1515
Prerelease = ""
1616
)
1717

0 commit comments

Comments
 (0)