From 8e9c69d4e4df6fa1fef10a1b7cc14d57fc240caa Mon Sep 17 00:00:00 2001 From: packagrio-bot Date: Wed, 25 Dec 2024 06:08:28 +0000 Subject: [PATCH] (v0.9.0) Automated packaging of release by Packagr --- js/package.json | 2 +- pkg/version/version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/js/package.json b/js/package.json index e2508fe23..aa9456700 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "@fastenhealth/fasten-sources-js", - "version": "0.8.5", + "version": "0.9.0", "description": "", "main": "index.js", "types": "index.d.ts", diff --git a/pkg/version/version.go b/pkg/version/version.go index 418588f1c..9a37d1b48 100644 --- a/pkg/version/version.go +++ b/pkg/version/version.go @@ -2,4 +2,4 @@ package version // VERSION is the app-global version string, which will be replaced with a // new value during packaging -const VERSION = "0.8.5" +const VERSION = "0.9.0"