Skip to content

Commit

Permalink
Update Branches.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Leo-Peyronnet committed Jul 31, 2020
1 parent 804d62d commit c2a9a76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion InternetTest/Classes/Branches.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace InternetTest.Classes
{
public class Branches
{
string branch = "master";
string branch = "Version_Next";
// branch peut être égal à
// - master
// - Version_Next
Expand Down

0 comments on commit c2a9a76

Please sign in to comment.