Skip to content

Commit

Permalink
build: bump to v0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
alirezanet committed Nov 16, 2023
1 parent 0532799 commit 6ff65c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/.vuepress/configs/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version: string = '0.6.2'
export const version: string = '0.6.3'
4 changes: 2 additions & 2 deletions src/Husky/Husky.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
Expand All @@ -7,7 +7,7 @@
<Nullable>enable</Nullable>
<LangVersion>latest</LangVersion>
<PackageId>Husky</PackageId>
<Version>0.6.2</Version>
<Version>0.6.3</Version>
<Title>Husky</Title>
<Authors>AliReza Sabouri</Authors>
<Description>Git hooks made easy, woof!</Description>
Expand Down

0 comments on commit 6ff65c8

Please sign in to comment.