From 1eeee8479b420c34e8901d3d7e799241f52868ac Mon Sep 17 00:00:00 2001 From: Matt Burke Date: Wed, 20 Nov 2013 01:49:03 -0500 Subject: [PATCH] v0.19.0 --- README.md | 4 ++-- Version.cs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 84a9754dd..8d5a7b6de 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ -## Introduction +## Introduction [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.18.0__. See the [change history](https://github.com/git-tfs/git-tfs/releases) for details. +The most recent version is __0.19.0__. 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 7fabd190d..a3866f289 100644 --- a/Version.cs +++ b/Version.cs @@ -1,4 +1,4 @@ partial class GitTfsProperties { -public const string Version = "0.18.0"; +public const string Version = "0.19.0"; }