Skip to content

Commit a3eef51

Browse files
authored
Merge pull request #1135 from gautamvasudevan/releng_20181010_163958
Update version for 1.11.0 release. Fixes #1134
2 parents f7e6528 + a424494 commit a3eef51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tensorflow_serving/model_servers/version.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ limitations under the License.
1919
// TF Serving Model Server uses semantic versioning, see http://semver.org/.
2020

2121
#define TF_MODELSERVER_MAJOR_VERSION 1
22-
#define TF_MODELSERVER_MINOR_VERSION 10
22+
#define TF_MODELSERVER_MINOR_VERSION 11
2323
#define TF_MODELSERVER_PATCH_VERSION 0
2424

2525
// TF_MODELSERVER_VERSION_SUFFIX is non-empty for pre-releases
2626
// (e.g. "-alpha", "-alpha.1", "-beta", "-rc", "-rc.1")
27-
#define TF_MODELSERVER_VERSION_SUFFIX "-dev"
27+
#define TF_MODELSERVER_VERSION_SUFFIX ""
2828

2929
#define TF_MODELSERVER_STR_HELPER(x) #x
3030
#define TF_MODELSERVER_STR(x) TF_MODELSERVER_STR_HELPER(x)

0 commit comments

Comments
 (0)