From bc69e69fb5fedce2e39c6bfce76f7d37efb28c5d Mon Sep 17 00:00:00 2001 From: Matt Burke Date: Mon, 4 Jan 2016 10:50:55 -0500 Subject: [PATCH] v0.24.2 --- README.md | 2 +- Version.cs | 2 +- appveyor.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ded6f360..6f828b56 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [git-tfs](http://git-tfs.com/) is a two-way bridge between TFS (Team Foundation Server) and git, similar to git-svn. It fetches TFS commits into a git repository, and lets you push your updates back to TFS. -The most recent version is __0.24.1__. See the [change history](https://github.com/git-tfs/git-tfs/releases) for details. +The most recent version is __0.24.2__. See the [change history](https://github.com/git-tfs/git-tfs/releases) for details. If you're having problems, check out the [troubleshooting](doc/TROUBLESHOOTING.md) page. And read [how to report an issue](doc/reporting-issues.md), before doing so ;) diff --git a/Version.cs b/Version.cs index dc3b89dc..b857d74d 100644 --- a/Version.cs +++ b/Version.cs @@ -1,4 +1,4 @@ partial class GitTfsProperties { -public const string Version = "0.24.1"; +public const string Version = "0.24.2"; } diff --git a/appveyor.yml b/appveyor.yml index 05e9282e..d5007ff8 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,5 +1,5 @@ #appveyor.yml reference: http://www.appveyor.com/docs/appveyor-yml -version: 0.24.1.{build} +version: 0.24.2.{build} platform: Any CPU clone_folder: c:\gittfs clone_depth: 1