Skip to content
/ version Public

JSON response with latest version of Bludit

Notifications You must be signed in to change notification settings

bludit/version

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 

Repository files navigation

Version

Latest version of Bludit in JSON format.

https://version.bludit.com

Command line

$ curl --silent https://version.bludit.com | jq

output

{
  "stable": {
    "version": "3.0.0",
    "codeName": "Hops",
    "build": "20180921",
    "releaseDate": "2018-09-21",
    "downloadLink": "https://df6m0u2ovo2fu.cloudfront.net/builds/bludit-3-0-0.zip",
    "downloadMirrorLink": "",
    "changelogLink": "https://github.com/bludit/bludit/releases/tag/3.0.0",
    "github": "https://github.com/bludit/bludit/releases/tag/3.0.0",
    "blog": "https://blog.bludit.com/bludit-3-0-0"
  },
  "beta": {
    "version": "",
    "codeName": "",
    "build": "",
    "releaseDate": "",
    "downloadLink": "",
    "downloadMirrorLink": "",
    "changelogLink": "",
    "github": "",
    "blog": ""
  },
  "alpha": {
    "version": "",
    "codeName": "",
    "build": "",
    "releaseDate": "",
    "downloadLink": "",
    "downloadMirrorLink": "",
    "changelogLink": "",
    "github": "",
    "blog": ""
  }
}

About

JSON response with latest version of Bludit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages