vinceanalytics / vince

Cloud-Native web analytics for everyone
https://vinceanalytics.com
GNU Affero General Public License v3.0
93 stars 3 forks source link

feat: added version endpoint to check vince version #8

Closed ankitsridhar16 closed 7 months ago

ankitsridhar16 commented 7 months ago

Added an endpoint to check installed vince version. You can now use curl "http://localhost:8080/version" to check the version the result is {"version": "v0.0.67"}

ankitsridhar16 commented 7 months ago

I have applied your suggestions @gernest