We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c4aa1c commit 699a35bCopy full SHA for 699a35b
Makefile
@@ -1,8 +1,8 @@
1
#GIT_VERSION := $(shell git describe --tags)
2
#VERSION := $(shell cat VERSION)
3
4
-GIT_VERSION := 3.7.3
5
-VERSION := 3.7.3
+GIT_VERSION := 3.7.4
+VERSION := 3.7.4
6
GO_PREFIX := github.com/carbonblack/cb-event-forwarder
7
EL_VERSION := $(shell rpm -E %{rhel})
8
TARGET_OS=linux
cb-event-forwarder.rpm.spec
@@ -3,7 +3,7 @@
%global debug_package %{nil}
%global __os_install_post /usr/lib/rpm/brp-compress %{nil}
-%define bare_version 3.7.3
+%define bare_version 3.7.4
%define build_timestamp %(date +%%y%%m%%d.%%H%%m%%S)
9
# If release_pkg is defined and has the value of 1, use a plain version string;
0 commit comments