Skip to content

Commit dde18cc

Browse files
committed
Updated server API version based on new docraptor.yaml.
1 parent e8487b4 commit dde18cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docraptor.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
swagger: '2.0'
22

33
info:
4-
version: "1.1.0"
4+
version: "1.2.0"
55
title: DocRaptor v1
66

77
host: docraptor.com

src/main/csharp/DocRaptor/Client/Configuration.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ public static String ToDebugReport()
266266
.GetExecutingAssembly()
267267
.GetReferencedAssemblies()
268268
.Where(x => x.Name == "System.Core").First().Version.ToString() + "\n";
269-
report += " Version of the API: 1.1.0\n";
269+
report += " Version of the API: 1.2.0\n";
270270
report += " SDK Package Version: 0.3.1\n";
271271

272272
return report;

0 commit comments

Comments
 (0)