Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
seth-mg committed Oct 28, 2019
2 parents a1b0c17 + d23f7f2 commit 6a1423d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/Api.R
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ api <- function(user_key, endpoint, parameters=FALSE, custom_headers=NULL,
#' Provides the binding Version
#'
#' @return current binding version
get_binding_version <- "1.14.3"
get_binding_version <- function() {
binding_version <- "1.14.3"
return(binding_version)
}
Expand Down

0 comments on commit 6a1423d

Please sign in to comment.