Skip to content
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.

Commit

Permalink
Version bump with relicense.
Browse files Browse the repository at this point in the history
  • Loading branch information
adamierymenko committed Nov 10, 2021
1 parent 169b01e commit 2d6d849
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkg/lf/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ import (
// LF version and software implementation name
const (
VersionMajor = 1
VersionMinor = 0
VersionRevision = 1
VersionMinor = 1
VersionRevision = 0
VersionBuild = 0

ProtocolVersion = 1
Expand All @@ -26,7 +26,7 @@ const (
APIVersion = 1

SoftwareName = "ZeroTier LF Reference"
License = "ZeroTier-BSL"
License = "MPL-2.0"
)

// Version is the version in array form.
Expand Down

0 comments on commit 2d6d849

Please sign in to comment.