Skip to content

Commit

Permalink
Bump up version to 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mysticmind committed Feb 13, 2019
1 parent 6fc1c4e commit 784522d
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.3.0";
private const string BUILD_VERSION = "3.4.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.3.0'
BUILD_VERSION = '3.4.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.3.0</VersionPrefix>
<VersionPrefix>3.4.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.3.0</VersionPrefix>
<VersionPrefix>3.4.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 784522d

Please sign in to comment.