Skip to content
This repository was archived by the owner on May 7, 2024. It is now read-only.

Commit 64d6d48

Browse files
committed
Changed default Kong version to 0.10.x in settings
1 parent 1f45d05 commit 64d6d48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/js/settings/settings-service.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
function($localStorage ) {
1313

1414
var defSettings = {
15-
kong_version : "0-9-x"
15+
kong_version : "0-10-x"
1616
}
1717

1818
return {

0 commit comments

Comments
 (0)