Skip to content

Commit

Permalink
Merge pull request #23 from briandowns/v0.2.0_release
Browse files Browse the repository at this point in the history
update release
  • Loading branch information
briandowns authored Jan 1, 2018
2 parents 97c2306 + b0dddc9 commit c998e6d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions clients/c/sky-island.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
#include <string.h>

/* client_opt_t holds the configuration for how
* the client should behave
*/
* the client should behave */
typedef struct {
char* endpoint;
bool skip_host_verify;
Expand Down Expand Up @@ -81,8 +80,7 @@ CURLcode curl_fetch_url(CURL* ch,
}

/* function is used to make the call to the API and returns back either NULL or
* a pointer to a response_t. This memory will need to be freed by the caller
*/
* a pointer to a response_t. This memory will need to be freed by the caller */
response_t* function(client_opt_t* client, const char* url, const char* call) {
CURL* ch;
CURLcode ret_code;
Expand Down
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

NAME="sky-island"
VERSION="0.1"
VERSION="0.2"
ARCHS="386 amd64"

echo "Building release..."
Expand Down

0 comments on commit c998e6d

Please sign in to comment.