From 52cf8a45f842191fc030c90da758147573a835f7 Mon Sep 17 00:00:00 2001 From: The Things Bot Date: Fri, 30 Jun 2023 17:22:58 +0000 Subject: [PATCH] all: Bump to version 3.26.2 --- package.json | 2 +- pkg/version/ttn.go | 2 +- sdk/js/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 8206460a52..6121324230 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ttn-stack", - "version": "3.26.1", + "version": "3.26.2", "description": "The Things Stack", "main": "index.js", "repository": "https://github.com/TheThingsNetwork/lorawan-stack.git", diff --git a/pkg/version/ttn.go b/pkg/version/ttn.go index f87d8c29c6..c5d5b07fe9 100644 --- a/pkg/version/ttn.go +++ b/pkg/version/ttn.go @@ -3,4 +3,4 @@ package version // TTN Version -var TTN = "3.26.1-dev" +var TTN = "3.26.2-dev" diff --git a/sdk/js/package.json b/sdk/js/package.json index cdb2254a54..ade68efae5 100644 --- a/sdk/js/package.json +++ b/sdk/js/package.json @@ -1,6 +1,6 @@ { "name": "ttn-lw", - "version": "3.26.1", + "version": "3.26.2", "description": "The Things Stack for LoRaWAN JavaScript SDK", "url": "https://github.com/TheThingsNetwork/lorawan-stack/tree/default/sdk/js", "main": "dist/index.js",