Skip to content

Commit

Permalink
v0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
spraints committed Nov 20, 2013
1 parent 61d6e81 commit 1eeee84
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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 ;)
Expand Down
2 changes: 1 addition & 1 deletion Version.cs
@@ -1,4 +1,4 @@
partial class GitTfsProperties
{
public const string Version = "0.18.0";
public const string Version = "0.19.0";
}

0 comments on commit 1eeee84

Please sign in to comment.