Skip to content

Commit

Permalink
bumping to 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremydmiller committed Mar 2, 2018
1 parent 9eb2b7e commit ce01e8e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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 = '2.5.0'
BUILD_VERSION = '2.6.0'
CONNECTION = ENV['connection']

tc_build_number = ENV["BUILD_NUMBER"]
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>2.5.0</VersionPrefix>
<VersionPrefix>2.6.0</VersionPrefix>
<Authors>Jeremy D. Miller;Tim Cools;Jeff Doolittle</Authors>
<TargetFrameworks>net46;netstandard1.3;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>2.5.0</VersionPrefix>
<VersionPrefix>2.6.0</VersionPrefix>
<Authors>Jeremy D. Miller;Tim Cools;Jeff Doolittle;James Hopper</Authors>
<TargetFrameworks>net46;netstandard1.3;netstandard2.0</TargetFrameworks>
<AssemblyName>Marten</AssemblyName>
Expand Down

0 comments on commit ce01e8e

Please sign in to comment.