Skip to content

Commit e914681

Browse files
committed
Changed version to 2.7.0
1 parent f62042b commit e914681

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
# would show the proper run name. Using per-branch workflow file name seems to be
2020
# the only way around this.
2121
#
22-
name: Hello World 2.6.0
22+
name: Hello World 2.7.0
2323

2424
# manual and REST API runs only
2525
on:
@@ -39,7 +39,7 @@ env:
3939
# Seems that the only way to track build numbers per branch in GitHub is
4040
# to rename workflow file name in each branch.
4141
#
42-
VERSION: 2.6.0
42+
VERSION: 2.7.0
4343
BUILD_NUMBER: ${{ github.run_number }}
4444
PKG_REV: ${{ github.event.inputs.PKG_REV }}
4545

test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#include <cstdio>
22
#include <cstdlib>
33

4-
#define VERSION "2.6.0"
4+
#define VERSION "2.7.0"
55

66
#if !defined(BUILD_NUMBER)
77
#error BUILD_NUMBER must be defined when compiling this source file

0 commit comments

Comments
 (0)