Skip to content

Commit 7418706

Browse files
author
Roman Kozachenko
committed
Update version to 0.8
1 parent bdbf9a8 commit 7418706

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/mac-prereqs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -ev
44

55
brew update
66
brew install openssl jq
7-
brew install tarantool --HEAD
7+
brew install tarantool
88
brew install redis
99

1010
mkdir -p /usr/local/lib

src/progaudi.tarantool/progaudi.tarantool.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<PatchLevelVersion Condition=" '$(BuildNumber)' == '' ">0</PatchLevelVersion>
44
<PatchLevelVersion Condition=" '$(BuildNumber)' != '' ">$(BuildNumber).1-prerelease</PatchLevelVersion>
5-
<Version>0.7.$(PatchLevelVersion)</Version>
5+
<Version>0.8.$(PatchLevelVersion)</Version>
66

77
<Description>Tarantool low-level client Library</Description>
88
<TargetFrameworks>net46;netstandard1.4</TargetFrameworks>

0 commit comments

Comments
 (0)