Skip to content

Commit f58cdd6

Browse files
author
Shrestha Malik
authored
fix version (#435)
1 parent 1604421 commit f58cdd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ngraph_bridge/version.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
// candidate such as v0.7.0-rc0
3333
// The code in master will always have the last released version number
3434
// with a suffix of '-master'
35-
#define NG_TF_VERSION_SUFFIX "-rc1"
35+
#define NG_TF_VERSION_SUFFIX "-rc2"
3636

3737
#define VERSION_STR_HELPER(x) #x
3838
#define VERSION_STR(x) VERSION_STR_HELPER(x)

0 commit comments

Comments
 (0)