Skip to content

Commit

Permalink
increasing internal version number
Browse files Browse the repository at this point in the history
  • Loading branch information
lamg committed Jan 9, 2024
1 parent 7c380fb commit c39fa2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cli/Cli.fsproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>0.0.12</Version>
<Version>0.0.13</Version>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<PackAsTool>true</PackAsTool>
Expand Down
2 changes: 1 addition & 1 deletion Lib/Lib.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net8.0</TargetFramework>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<PackageId>MigrateLib</PackageId>
<Version>0.0.12</Version>
<Version>0.0.13</Version>
<Authors>Luis Ángel Méndez Gort</Authors>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<AssemblyName>Migrate</AssemblyName>
Expand Down

0 comments on commit c39fa2a

Please sign in to comment.