diff --git a/Makefile b/Makefile index 38e5caad0ae9379c2020fb4cf50ce9a07e676ec6..9d21f23d70beaee01c3dea7e3792581b44081123 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ setup: version: go run main.go generate - sed -i bak 's/package\ cmd/package\ globals/g' version_vars.go + sed -i.bak 's/package\ cmd/package\ globals/g' version_vars.go mv version_vars.go globals/version_vars.go clean: diff --git a/globals/version_vars.go b/globals/version_vars.go index 8878a134d9e338a31d28f3c9ed3a9a6b6c35f16b..d67a457f550624a54544f6c2008bc6901f856d48 100644 --- a/globals/version_vars.go +++ b/globals/version_vars.go @@ -1,15 +1,9 @@ -//////////////////////////////////////////////////////////////////////////////// -// Copyright © 2020 Privategrity Corporation / -// / -// All rights reserved. / -//////////////////////////////////////////////////////////////////////////////// - // Code generated by go generate; DO NOT EDIT. // This file was generated by robots at -// 2020-05-15 13:25:08.127867 -0700 PDT m=+0.028882236 +// 2020-05-18 17:48:50.138022583 +0000 UTC m=+0.007609069 package globals -const GITVERSION = `0e6d5ed update deps` +const GITVERSION = `3af99e1 run make release` const SEMVER = "1.3.0" const DEPENDENCIES = `module gitlab.com/elixxir/client @@ -28,9 +22,9 @@ require ( github.com/spf13/jwalterweatherman v1.1.0 github.com/spf13/pflag v1.0.5 // indirect github.com/spf13/viper v1.6.2 - gitlab.com/elixxir/comms v0.0.0-20200515170447-d88e95684f9c - gitlab.com/elixxir/crypto v0.0.0-20200514211323-de119c132b78 - gitlab.com/elixxir/primitives v0.0.0-20200514181428-14736275e533 + gitlab.com/elixxir/comms v0.0.0-20200518174425-0ed52593c136 + gitlab.com/elixxir/crypto v0.0.0-20200518174417-c70257faa82f + gitlab.com/elixxir/primitives v0.0.0-20200515202141-16fa8236f167 golang.org/x/crypto v0.0.0-20200510223506-06a226fb4e37 gopkg.in/ini.v1 v1.52.0 // indirect )