diff options
author | Neil Alexander <neilalexander@users.noreply.github.com> | 2020-11-16 11:13:05 +0000 |
---|---|---|
committer | Neil Alexander <neilalexander@users.noreply.github.com> | 2020-11-16 11:13:05 +0000 |
commit | 3856e547def160bdbb3a0d674cb04141f3471763 (patch) | |
tree | ad3bc687fd0b523f90d9631dc9850727d0387623 /internal/version.go | |
parent | 3034d8e805bbb3755f32359e2b8c8c6276c569e7 (diff) |
Version 0.3.0v0.3.0
Diffstat (limited to 'internal/version.go')
-rw-r--r-- | internal/version.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/version.go b/internal/version.go index 21f69708..e4d058e4 100644 --- a/internal/version.go +++ b/internal/version.go @@ -16,8 +16,8 @@ var build string const ( VersionMajor = 0 - VersionMinor = 2 - VersionPatch = 1 + VersionMinor = 3 + VersionPatch = 0 VersionTag = "" // example: "rc1" ) |