Skip to content

Commit

Permalink
Automatic commit of package [apb] release [1.9.7-1].
Browse files Browse the repository at this point in the history
Created by command:

/usr/bin/tito tag
  • Loading branch information
dymurray committed Sep 10, 2018
1 parent 6ffad74 commit 7e8dd60
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .tito/packages/apb
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.9.6-1 ./
1.9.7-1 ./
7 changes: 6 additions & 1 deletion apb.spec
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
%define modulename apb

Name: %{repo}
Version: 1.9.6
Version: 1.9.7
Release: 1%{build_timestamp}%{?dist}
Summary: APB CLI
License: ASL 2.0
Expand Down Expand Up @@ -141,6 +141,11 @@ sort -u -o devel.file-list devel.file-list
%endif

%changelog
* Mon Sep 10 2018 Dylan Murray <[email protected]> 1.9.7-1
- Bug 1626986 - Marshal ext creds instead of assuming interface type (#133)
([email protected])
- Improvements for running the container as root (#132) ([email protected])

* Thu Sep 06 2018 Dylan Murray <[email protected]> 1.9.6-1
- Bug 1625877 - Change downstream patch to use proper route name (#130)
([email protected])
Expand Down
2 changes: 1 addition & 1 deletion pkg/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ package version
// DO NOT EDIT GENERATED FILE.
// This file is generated by a tito tag
// using templates/version.go.tmpl.
var Version = "1.9.6"
var Version = "1.9.7"

0 comments on commit 7e8dd60

Please sign in to comment.