Skip to content
Snippets Groups Projects
Commit 7d571d4c authored by Jake Taylor's avatar Jake Taylor
Browse files

update ver

parent e5a8c8fd
Branches
Tags
1 merge request!9Release
.PHONY: update master release setup update_master update_release build clean version
setup:
git config --global --add url."git@gitlab.com:".insteadOf "https://gitlab.com/"
.PHONY: update master release update_master update_release build clean version
version:
go run main.go generate
......
......@@ -17,7 +17,7 @@ import (
)
// Change this value to set the version for this build
const currentVersion = "3.0.0"
const currentVersion = "3.1.0"
func printVersion() {
fmt.Printf("xx network Server v%s -- %s\n\n", SEMVER, GITVERSION)
......
// Code generated by go generate; DO NOT EDIT.
// This file was generated by robots at
// 2021-08-05 15:47:29.959826476 -0700 PDT m=+0.009395881
// 2021-08-17 11:25:49.454273 -0500 CDT m=+0.037272477
package cmd
const GITVERSION = `f9350d55 Fix default for overrideInternalIP in YAML`
const SEMVER = "3.0.0"
const GITVERSION = `e5a8c8fd update deps`
const SEMVER = "3.1.0"
const DEPENDENCIES = `module gitlab.com/elixxir/server
go 1.13
......@@ -26,11 +26,11 @@ require (
github.com/spf13/cobra v1.1.1
github.com/spf13/jwalterweatherman v1.1.0
github.com/spf13/viper v1.7.1
gitlab.com/elixxir/comms v0.0.4-0.20210803232329-325c64a4b51a
gitlab.com/elixxir/comms v0.0.4-0.20210813172950-d9be85bbd52d
gitlab.com/elixxir/crypto v0.0.7-0.20210803232056-ba3ff44cc618
gitlab.com/elixxir/gpumathsgo v0.1.1-0.20210524170529-eb336d81a1c8
gitlab.com/elixxir/primitives v0.0.3-0.20210803231939-7b924f78eaac
gitlab.com/xx_network/comms v0.0.4-0.20210803231911-ff226b003be3
gitlab.com/xx_network/comms v0.0.4-0.20210813170223-ab758f0bbec5
gitlab.com/xx_network/crypto v0.0.5-0.20210803231814-b18476a2257c
gitlab.com/xx_network/primitives v0.0.4-0.20210803222745-e898d5e546e9
golang.org/x/crypto v0.0.0-20201221181555-eec23a3978ad
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment