Skip to content

Commit

Permalink
[NOTASK] Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
ggarri authored and EnchanterIO committed Jul 4, 2019
1 parent 526573b commit 223b720
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ FROM golang:1.10-stretch
MAINTAINER Gabriel Garrido

RUN apt update
RUN apt install rsync -y
RUN apt install rsync wget -y

COPY build/lightchain /usr/bin/lightchain
RUN wget "https://s3.eu-central-1.amazonaws.com/lightstreams-public/lightchain/latest/lightchain-linux-amd64" -O "/usr/bin/lightchain"
RUN chmod a+x /usr/bin/lightchain

COPY ./scripts/docker.sh /root/entrypoint.sh
Expand Down
4 changes: 2 additions & 2 deletions cmd/lightchain/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ import (
)

const Major = "1"
const Minor = "2"
const Minor = "3"
const Fix = "0"
const Verbal = "Rock && Roll"
const Verbal = "Fast && Safe"

var versionCmd = &cobra.Command{
Use: "version",
Expand Down

0 comments on commit 223b720

Please sign in to comment.