From f190e700f5627289d9b7d966849e32325cf81a05 Mon Sep 17 00:00:00 2001 From: Aristoteles Panaras Date: Thu, 16 Jun 2022 12:30:48 +0300 Subject: [PATCH] Bump c13n version to 0.3.0-alpha (#63) --- app/version.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/version.go b/app/version.go index b48cd60..01dff80 100644 --- a/app/version.go +++ b/app/version.go @@ -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.