Skip to content

Commit

Permalink
fix version (#435)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shrestha Malik authored Jan 14, 2020
1 parent 1604421 commit f58cdd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ngraph_bridge/version.cc
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
// candidate such as v0.7.0-rc0
// The code in master will always have the last released version number
// with a suffix of '-master'
#define NG_TF_VERSION_SUFFIX "-rc1"
#define NG_TF_VERSION_SUFFIX "-rc2"

#define VERSION_STR_HELPER(x) #x
#define VERSION_STR(x) VERSION_STR_HELPER(x)
Expand Down

0 comments on commit f58cdd6

Please sign in to comment.