update natsapi

This commit is contained in:
wh1te909 2023-12-01 19:49:10 +00:00
parent b1cc00c1bc
commit f532c85247
2 changed files with 2 additions and 2 deletions

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/amidaware/tacticalrmm
go 1.20
go 1.21.4
require (
github.com/jmoiron/sqlx v1.3.5

View File

@ -12,7 +12,7 @@ import (
)
var (
version = "3.4.9"
version = "3.5.0"
log = logrus.New()
)