File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,9 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## 3.4.1-beta 2020-12-04
9
+ - Add a ` -exit-on-finish ` option for better support of automation scenarios.
10
+
8
11
## 3.4.0-beta 2020-06-18
9
12
- Update/fix file and content signatures
10
13
- Fix bug where repo clones weren't properly deleted from the temp directory
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package common
2
2
3
3
const (
4
4
Name = "gitrob"
5
- Version = "3.4.0 -beta"
5
+ Version = "3.4.1 -beta"
6
6
ASCIIBanner = " _ __ __\n " +
7
7
" ___ _(_) /________ / /\n " +
8
8
" / _ `/ / __/ __/ _ \\ / _ \\ \n " +
You can’t perform that action at this time.
0 commit comments