Skip to content

Commit

Permalink
Bump c13n version to 0.3.0-alpha (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ale1ster authored Jun 16, 2022
1 parent 4f8d4a4 commit f190e70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import (
// the semantic versioning 2.0.0 specification (http://semver.org).
const (
appMajor = 0
appMinor = 2
appPatch = 1
appMinor = 3
appPatch = 0

// appPreRelease must contain only characters from the
// semantic alphabet, as per https://semver.org/#spec-item-9.
Expand Down

0 comments on commit f190e70

Please sign in to comment.