Skip to content

Commit cbea39a

Browse files
committed
version bump for v3.1.2-alpha
1 parent a5e231c commit cbea39a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

8+
## 3.1.2-alpha 2020-05-03
9+
- Bug fixes for UI: results should now load in the modal properly
10+
- Added GitHub action for branch and master builds
11+
812
## 3.1.1-alpha 2020-04-08
913
### Changed
1014
- Resolved a dependency problem where the locked version of github.com/xanzy/go-gitlab was incorrect.

common/banner.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package common
22

33
const (
44
Name = "gitrob"
5-
Version = "3.1.1-alpha"
5+
Version = "3.1.2-alpha"
66
ASCIIBanner = " _ __ __\n" +
77
" ___ _(_) /________ / /\n" +
88
" / _ `/ / __/ __/ _ \\/ _ \\\n" +

0 commit comments

Comments
 (0)