Skip to content

Commit

Permalink
adding constant v510
Browse files Browse the repository at this point in the history
  • Loading branch information
simonredfern committed Nov 2, 2023
1 parent fa7d23f commit 48c5f1b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/scala/code/lib/ObpAPI.scala
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@ object ObpAPI extends Loggable {
final val ContentBoxHeadlineId = ".content-box__headline [id]"

final val showDynamicResourceDocs = Helper.getPropsValue("show_dynamic_resource_docs","true").toBoolean

final val v510 = "v5.1.0"

/**
* The request vars ensure that for one page load, the same API call isn't
* made multiple times
Expand Down

0 comments on commit 48c5f1b

Please sign in to comment.