From 45345d63b15497a6bce51a0a012164745350b0fd Mon Sep 17 00:00:00 2001 From: Sijie Date: Mon, 18 Mar 2024 14:11:43 -0700 Subject: [PATCH] bump version --- RELEASE_NOTES.md | 2 +- app/blobstore.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 4d71b76..43c2f8c 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,4 +1,4 @@ -# 0.2.0 +# 0.1.3 - Added GHA workflows and removed Travis CI - MongoController is now compatible with Mongo versions 2 through 7 diff --git a/app/blobstore.go b/app/blobstore.go index 6575ce2..f20e075 100644 --- a/app/blobstore.go +++ b/app/blobstore.go @@ -19,7 +19,7 @@ import ( const ( name = "blobstore" - version = "0.1.2" + version = "0.1.3" shockname = "Shock" shockver = "0.9.6" // do not increment deprecation = "The id and version fields are deprecated."