Skip to content

Commit 246596c

Browse files
committed
version bump
1 parent 949b635 commit 246596c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,14 @@
1212
<!-- ### Dependencies -->
1313
<!-- -->
1414

15+
## mytoken 0.3.1
16+
17+
- Improved helper tools
18+
1519
## mytoken 0.3.0
20+
1621
### Features
22+
1723
- Changes to the mytoken
1824
- Added a version to the mytoken token
1925
- Added token type 'mytoken'

internal/model/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
const (
99
MAJOR = 0
1010
MINOR = 3
11-
FIX = 0
11+
FIX = 1
1212
DEV = false
1313
)
1414

0 commit comments

Comments
 (0)