diff --git a/js/package.json b/js/package.json index 759af3373..36fffc2b8 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "@fastenhealth/fasten-sources-js", - "version": "0.9.2", + "version": "0.9.3", "description": "", "main": "index.js", "types": "index.d.ts", diff --git a/pkg/version/version.go b/pkg/version/version.go index 50ce14c0e..37a56a67d 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.9.2" +const VERSION = "0.9.3"