Skip to content

Commit a666d35

Browse files
committed
Change the version number to v0.2.0-alpha
1 parent 25abca7 commit a666d35

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7-
## [Unreleased]
7+
## [v0.2.0-alpha] - 2017-02-07
88

99
### Fixed
1010
- Shut down the UI 10 seconds after the crawler finished

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ see also: [A short introduction video of gargantua on YouTube](https://www.youtu
3030
You can download binaries for Linux, macOS and Windows from [github.com »andreaskoch » gargantua » releases](https://github.com/andreaskoch/gargantua/releases):
3131

3232
```bash
33-
wget https://github.com/andreaskoch/gargantua/releases/download/v0.1.0-alpha/gargantua_linux_amd64
33+
wget https://github.com/andreaskoch/gargantua/releases/download/v0.2.0-alpha/gargantua_linux_amd64
3434
```
3535

3636
## Docker Image

main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111
)
1212

1313
const applicationName = "gargantua"
14-
const applicationVersion = "v0.1.0-alpha"
14+
const applicationVersion = "v0.2.0-alpha"
1515

1616
var (
1717
app = kingpin.New(applicationName, fmt.Sprintf(`「 %s 」%s crawls all URLs of your website - starting with the links in your sitemap.xml

0 commit comments

Comments
 (0)