Skip to content

Commit

Permalink
Release 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
arp242 committed Aug 24, 2020
1 parent f749ee7 commit fcde7c9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ but not every minor bugfix.

The goatcounter.com service generally runs the latest master.

master branch
-------------
2020-08-24 v1.4.0
-----------------

- **Change defaults for `-listen`** (#336)

Expand Down
8 changes: 4 additions & 4 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -84,14 +84,14 @@ GoatCounter should run on any platform supported by Go, but there are no
binaries for them (yet); you'll have to build from source for now (it's not
hard, I promise).

Note this README is for the latest master; use the [`release-1.3`][r-1.3] branch
for the 1.3 README.
Note this README is for the latest master; use the [`release-1.4`][r-1.4] branch
for the 1.4 README.

Generally speaking only the latest release is supported, although critical fixes
(security, data loss, etc.) may get backported to previous releases.

[releases]: https://github.com/zgoat/goatcounter/releases
[r-1.3]: https://github.com/zgoat/goatcounter/tree/release-1.3
[r-1.4]: https://github.com/zgoat/goatcounter/tree/release-1.4

### Deploy scripts and such

Expand Down Expand Up @@ -121,7 +121,7 @@ Generally speaking only the latest release is supported, although critical fixes

Compile from source with:

$ git clone -b release-1.3 https://github.com/zgoat/goatcounter.git
$ git clone -b release-1.4 https://github.com/zgoat/goatcounter.git
$ cd goatcounter
$ go build -ldflags="-X main.version=$(git log -n1 --format='%h_%cI')" ./cmd/goatcounter

Expand Down

0 comments on commit fcde7c9

Please sign in to comment.