This commit is contained in:
Matt Burke
2016-01-04 10:50:55 -05:00
parent 7f4c91c88a
commit bc69e69fb5
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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 ;)
+1 -1
View File
@@ -1,4 +1,4 @@
partial class GitTfsProperties
{
public const string Version = "0.24.1";
public const string Version = "0.24.2";
}
+1 -1
View File
@@ -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