good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit 339cf328 authored by Matthieu Vachon's avatar Matthieu Vachon Committed by GitHub
Browse files

Fixed wrong version for Bor

parent 045e5c2c
No related branches found
No related tags found
No related merge requests found
......@@ -21,9 +21,9 @@ import (
)
const (
VersionMajor = 1 // Major version component of the current release
VersionMinor = 10 // Minor version component of the current release
VersionPatch = 8 // Patch version component of the current release
VersionMajor = 0 // Major version component of the current release
VersionMinor = 2 // Minor version component of the current release
VersionPatch = 7 // Patch version component of the current release
VersionMeta = "stable" // Version metadata to append to the version string
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment