File tree Expand file tree Collapse file tree 8 files changed +8
-8
lines changed
Expand file tree Collapse file tree 8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.12 .0
2+ current_version = 0.13 .0
33commit = True
44tag = False
55
Original file line number Diff line number Diff line change 11# Changelog
22
3- ## HEAD
3+ ## 0.13.0
44
55** Features**
66
Original file line number Diff line number Diff line change 11FROM golang:1.7.6
22MAINTAINER Eric Holmes <eric@remind101.com>
33
4- LABEL version 0.12 .0
4+ LABEL version 0.13 .0
55
66RUN apt-get update -yy && \
77 apt-get install -yy git make curl libxml2-dev libxmlsec1-dev liblzma-dev pkg-config xmlsec1
Original file line number Diff line number Diff line change 11.PHONY : build test bootstrap
22
33REPO = remind101/empire
4- TYPE = patch
4+ TYPE ? = patch
55ARTIFACTS ?= build
66
77cmds : build/empire build/emp
Original file line number Diff line number Diff line change 1- 0.12 .0
1+ 0.13 .0
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ A CLI for Empire.
77You can always download the latest version with:
88
99``` console
10- $ curl -L https://github.com/remind101/empire/releases/download/v0.12 .0/emp-` uname -s` -` uname -m` \
10+ $ curl -L https://github.com/remind101/empire/releases/download/v0.13 .0/emp-` uname -s` -` uname -m` \
1111 > /usr/local/bin/emp
1212```
1313
Original file line number Diff line number Diff line change 11package main
22
33const (
4- Version = "0.12 .0"
4+ Version = "0.13 .0"
55)
Original file line number Diff line number Diff line change 11package empire
22
33// The version of Empire.
4- const Version = "0.12 .0"
4+ const Version = "0.13 .0"
You can’t perform that action at this time.
0 commit comments