updating version tags and typo fix

This commit is contained in:
l0k18
2023-07-19 15:48:03 +01:00
parent ae8e4785e0
commit 72a6d60dc0
3 changed files with 7 additions and 5 deletions

View File

@@ -2,6 +2,8 @@
// Package indra is the root of the repository for the Indra distributed VPN, containing mainly the version information for included executables to use for information and identification on the network.
//
// todo: need to make cmd/bumper in use again so the below inaccurate git repo details are accurate.
//
// See [pkg/github.com/indra-labs/indra/cmd/indra] for the main server executable.
//
// Put invocations to run all the generators in here check [pkg/github.com/indra-labs/indra/cmd/bumper] to add them, and they will automatically run with:
@@ -25,13 +27,13 @@ const (
// BuildTime stores the time when the current binary was built.
BuildTime = "2023-06-17T09:14:01+01:00"
// SemVer lists the (latest) git tag on the release.
SemVer = "v0.1.17"
SemVer = "v0.1.20"
// Major is the major number from the tag.
Major = 0
// Minor is the minor number from the tag.
Minor = 1
// Patch is the patch version number from the tag.
Patch = 17
Patch = 20
)
var CI = "false"

View File

@@ -27,7 +27,7 @@ var (
// Hidden services introduction advertisement is an example of the hidden
// service attesting to the provision of the referral messages found in the
// package: pkg/codec/onion/hidden/services - These are expected to become far
// more numerous than peer advertisments as they effectively designate a
// more numerous than peer advertisements as they effectively designate a
// listening server. These can be spam-controlled by having peers poke at the
// service and dropping non-working intros and thus potentially leading to the
// hidden service intro being evicted from the collective peerstore.

View File

@@ -25,13 +25,13 @@ const (
// BuildTime stores the time when the current binary was built.
BuildTime = "2023-07-06T09:28:11+01:00"
// SemVer lists the (latest) git tag on the release.
SemVer = "v0.1.19"
SemVer = "v0.1.20"
// Major is the major number from the tag.
Major = 0
// Minor is the minor number from the tag.
Minor = 1
// Patch is the patch version number from the tag.
Patch = 19
Patch = 20
)
var CI = "false"