diff options
author | Jens Geyer <jensg@apache.org> | 2019-10-17 00:11:59 +0200 |
---|---|---|
committer | Jens Geyer <jensg@apache.org> | 2019-10-17 20:31:24 +0200 |
commit | e02559fd46b07035a4a41c9d2604765756e3745b (patch) | |
tree | ce35eb9b933d8dac1633a62768eeb95cf368abb2 /lib/netstd | |
parent | a3fa0d928f7647aa6007e16ac81d76a3b5183d2c (diff) | |
download | thrift-e02559fd46b07035a4a41c9d2604765756e3745b.tar.gz |
bump version
This closes #1899
Diffstat (limited to 'lib/netstd')
-rw-r--r-- | lib/netstd/Thrift/Properties/AssemblyInfo.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/netstd/Thrift/Properties/AssemblyInfo.cs b/lib/netstd/Thrift/Properties/AssemblyInfo.cs index e3118ab23..58aa84495 100644 --- a/lib/netstd/Thrift/Properties/AssemblyInfo.cs +++ b/lib/netstd/Thrift/Properties/AssemblyInfo.cs @@ -52,5 +52,5 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("1.0.0.1")] -[assembly: AssemblyFileVersion("1.0.0.1")]
\ No newline at end of file +[assembly: AssemblyVersion("0.14.0.0")] +[assembly: AssemblyFileVersion("0.14.0.0")] |