Skip to content

Commit

Permalink
Merge pull request #1135 from mysticmind/bumpup_to_3.1.0
Browse files Browse the repository at this point in the history
Bump up version to 3.1.0
  • Loading branch information
mysticmind authored Nov 14, 2018
2 parents fdc11b6 + 3aa9a6e commit d0cd9de
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion martenbuild.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace martenbuild
{
class MartenBuild
{
private const string BUILD_VERSION = "3.0.0";
private const string BUILD_VERSION = "3.1.0";

static void Main(string[] args)
{
Expand Down
2 changes: 1 addition & 1 deletion rakefile.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

COMPILE_TARGET = ENV['config'].nil? ? "debug" : ENV['config']
RESULTS_DIR = "results"
BUILD_VERSION = '3.0.0'
BUILD_VERSION = '3.1.0'

CONNECTION = ENV['connection']

Expand Down
2 changes: 1 addition & 1 deletion src/Marten.CommandLine/Marten.CommandLine.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<Description>Command line tooling for managing Marten development</Description>
<VersionPrefix>3.0.1</VersionPrefix>
<VersionPrefix>3.1.0</VersionPrefix>
<Authors>Jeremy D. Miller;Babu Annamalai;Oskar Dudycz</Authors>
<TargetFrameworks>net46;netstandard2.0</TargetFrameworks>
<AssemblyName>Marten.CommandLine</AssemblyName>
Expand Down
2 changes: 1 addition & 1 deletion src/Marten/Marten.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Description>Postgresql as a Document Db and Event Store for .Net Development</Description>
<VersionPrefix>3.0.1</VersionPrefix>
<VersionPrefix>3.1.0</VersionPrefix>
<Authors>Jeremy D. Miller;Babu Annamalai;Oskar Dudycz</Authors>
<TargetFrameworks>net46;netstandard2.0</TargetFrameworks>
<AssemblyName>Marten</AssemblyName>
Expand Down

0 comments on commit d0cd9de

Please sign in to comment.