Skip to content
Snippets Groups Projects
Commit 5dfa3c96 authored by Josh Brooks's avatar Josh Brooks
Browse files

Update minor version for 4k prime fix

parent 0019f7b7
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,7 @@ import ( ...@@ -16,7 +16,7 @@ import (
) )
// Change this value to set the version for this build // Change this value to set the version for this build
const currentVersion = "1.5.1" const currentVersion = "1.6.0"
func printVersion() { func printVersion() {
fmt.Printf("xx network Server v%s -- %s\n\n", SEMVER, GITVERSION) fmt.Printf("xx network Server v%s -- %s\n\n", SEMVER, GITVERSION)
......
// Code generated by go generate; DO NOT EDIT. // Code generated by go generate; DO NOT EDIT.
// This file was generated by robots at // This file was generated by robots at
// 2020-10-06 09:27:14.21491619 -0700 PDT m=+0.011597836 // 2020-10-07 09:59:33.842402123 -0700 PDT m=+0.006538116
package cmd package cmd
const GITVERSION = `8fbfc950 Merge branch 'niamh/sizeVariants' into 'hotfix/4kPrime'` const GITVERSION = `0019f7b7 Point to a hotfix comms branch`
const SEMVER = "1.5.1" const SEMVER = "1.6.0"
const DEPENDENCIES = `module gitlab.com/elixxir/server const DEPENDENCIES = `module gitlab.com/elixxir/server
go 1.13 go 1.13
...@@ -29,9 +29,9 @@ require ( ...@@ -29,9 +29,9 @@ require (
github.com/spf13/jwalterweatherman v1.1.0 github.com/spf13/jwalterweatherman v1.1.0
github.com/spf13/pflag v1.0.5 // indirect github.com/spf13/pflag v1.0.5 // indirect
github.com/spf13/viper v1.6.3 github.com/spf13/viper v1.6.3
gitlab.com/elixxir/comms v0.0.0-20200917221445-8a509560122a gitlab.com/elixxir/comms v0.0.0-20201007164918-8331c82e4f19
gitlab.com/elixxir/crypto v0.0.0-20200929234850-a63eab712d94 gitlab.com/elixxir/crypto v0.0.0-20200929234850-a63eab712d94
gitlab.com/elixxir/gpumathsgo v0.0.2-0.20201002224936-10c0009b7bdd gitlab.com/elixxir/gpumathsgo v0.0.2-0.20201007163558-0fea70f49fe0
gitlab.com/elixxir/primitives v0.0.0-20200929202834-811c810c6387 gitlab.com/elixxir/primitives v0.0.0-20200929202834-811c810c6387
gitlab.com/xx_network/comms v0.0.0-20200916172635-6ab807c3c820 gitlab.com/xx_network/comms v0.0.0-20200916172635-6ab807c3c820
gitlab.com/xx_network/crypto v0.0.0-20200806202113-978fa1984bbf // indirect gitlab.com/xx_network/crypto v0.0.0-20200806202113-978fa1984bbf // indirect
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment