Skip to content

Commit

Permalink
Abuse default tag to show library version in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthijsBurgh committed May 4, 2022
1 parent 2e0696f commit 0fce9f4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/RosLib.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
* If you use nodejs, this is the variable you get when you require('roslib')
*/
var ROSLIB = this.ROSLIB || {
/**
* @default
* @description Library version
*/
REVISION : '1.3.0'
};

Expand Down

0 comments on commit 0fce9f4

Please sign in to comment.