Skip to content

Commit

Permalink
Set the ECS version to 1.0.0 in the 1.0 branch for the GA release (#375)
Browse files Browse the repository at this point in the history
  • Loading branch information
webmat authored Mar 6, 2019
1 parent ce15b84 commit ed5a2be
Show file tree
Hide file tree
Showing 6 changed files with 275 additions and 275 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ FIND := find . -type f -not -path './build/*' -not -path './.git/*'
FORCE_GO_MODULES := GO111MODULE=on
OPEN_DOCS ?= "-open"
PYTHON := build/ve/bin/python
VERSION ?= 1.0.0-beta2
VERSION := $(shell cat version)

#
# Targets (sorted alphabetically)
Expand Down
Loading

0 comments on commit ed5a2be

Please sign in to comment.