From da7aabcd9ac2e1af5bf1bb1e4cae96485135e7d4 Mon Sep 17 00:00:00 2001
From: packagrio-bot <packagr-io[bot]@users.noreply.github.com>
Date: Mon, 17 Jun 2024 20:08:01 +0000
Subject: [PATCH] (v0.6.8) 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 50052ce0d..4cb7fa554 100644
--- a/js/package.json
+++ b/js/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@fastenhealth/fasten-sources-js",
-  "version": "0.6.7",
+  "version": "0.6.8",
   "description": "",
   "main": "index.js",
   "types": "index.d.ts",
diff --git a/pkg/version/version.go b/pkg/version/version.go
index 4e3411265..42f5c175b 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.6.7"
+const VERSION = "0.6.8"