missing version

This commit is contained in:
theguy951357 2023-04-03 09:36:02 -04:00
parent 8bf8201129
commit e87c1a34f9
4 changed files with 4 additions and 4 deletions

View file

@ -27,7 +27,7 @@ import (
stunserver "github.com/gravitl/netmaker/stun-server"
)
var version = "v"
var version = "v0.18.6"
// Start DB Connection and start API Request Handler
func main() {

View file

@ -1,4 +1,4 @@
# Netmaker v
# Netmaker v0.18.6
## **Wait till out of pre-release to fully upgrade**

View file

@ -1,6 +1,6 @@
#!/bin/bash
LATEST="v"
LATEST="v0.18.5"
# check_version - make sure current version is 0.17.1 before continuing
check_version() {

View file

@ -704,7 +704,7 @@ info:
API calls must be authenticated via a header of the format -H “Authorization: Bearer <YOUR_SECRET_KEY>” There are two methods to obtain YOUR_SECRET_KEY: 1. Using the masterkey. By default, this value is “secret key,” but you should change this on your instance and keep it secure. This value can be set via env var at startup or in a config file (config/environments/< env >.yaml). See the [Netmaker](https://docs.netmaker.org/index.html) documentation for more details. 2. Using a JWT received for a node. This can be retrieved by calling the /api/nodes/<network>/authenticate endpoint, as documented below.
title: Netmaker
version:
version: 0.18.6
paths:
/api/dns:
get: